@charset "utf-8";
.com-background1 {
  background: #f2f5f7;
}
.com-background2 {
  background: #f9f9f9;
}
.width-auto {
  width: auto;
}
.width-0 {
  width: 0;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.max-width-10 {
  max-width: 10%;
}
.max-width-20 {
  max-width: 20%;
}
.max-width-30 {
  max-width: 30%;
}
.max-width-40 {
  max-width: 40%;
}
.max-width-50 {
  max-width: 50%;
}
.max-width-60 {
  max-width: 60%;
}
.max-width-70 {
  max-width: 70%;
}
.max-width-80 {
  max-width: 80%;
}
.max-width-90 {
  max-width: 90%;
}
.max-width-100 {
  max-width: 100%;
}
.max-width-all-100 * {
  max-width: 100%;
}
.height-auto {
  height: auto;
}
.height-50 {
  height: 50%;
}
.height-90 {
  height: 90%;
}
.height-100 {
  height: 100%;
}
.max-height-90 {
  max-height: 90%;
}
.max-height-50 {
  max-height: 50%;
}
.max-height-70 {
  max-height: 70%;
}
.max-height-100 {
  max-height: 100%;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0;
}
.left-50 {
  left: 50%;
}
.left-100 {
  left: 100%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.right-50 {
  right: 50%;
}
.right-100 {
  right: 100%;
}
.com-object-fit-cover {
  object-fit: cover;
}
.object-position-center-top {
  object-position: center top;
}
.com-width-101 {
  width: auto;
  margin: 0 -0.5%;
}
.com-width-1016 {
  width: auto;
  margin: 0 -0.8%;
}
.com-width-102 {
  width: auto;
  margin: 0 -1%;
}
.com-width-103 {
  width: auto;
  margin: 0 -1.5%;
}
.com-width-104 {
  width: auto;
  margin: 0 -2%;
}
.com-width-105 {
  width: auto;
  margin: 0 -2.5%;
}
.com-width-106 {
  width: auto;
  margin: 0 -3%;
}
.display-flex {
  display: flex;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex;
}
.flex-direction-column {
  flex-direction: column;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.color-fff {
  color: #FFFFFF;
}
.color-000 {
  color: #000000;
}
.color-333 {
  color: #333333;
}
.color-666 {
  color: #666666;
}
.color-888 {
  color: #888888;
}
.color-999 {
  color: #999999;
}
.cursor-pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.margin-auto {
  margin: auto;
}
.z-index-reduce-1 {
  z-index: -1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-100 {
  z-index: 100;
}
.z-index-101 {
  z-index: 101;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-80 {
  font-size: 80px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.background-333 {
  background: #333333;
}
.background-000 {
  background: #000000;
}
.background-fff {
  background: #FFFFFF;
}
.background-transparent {
  background: transparent;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-1 {
  flex: 1;
}
.text-transform-lowercase {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.font-weight-600 {
  font-weight: 600;
}
.transform-translateY-reduce-50 {
  transform: translateY(-50%);
}
.transform-translateX-reduce-50 {
  transform: translateX(-50%);
}
.transform-translate-reduce-50 {
  transform: translate(-50%, -50%);
}
.transform-none {
  transform: none;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-1 {
  opacity: 1;
}
.border-radius-50 {
  border-radius: 50%;
}
.transition-all-02 {
  transition: all 0.2s ease;
}
.transition-all-03 {
  transition: all 0.3s ease;
}
.transition-all-04 {
  transition: all 0.4s ease;
}
.transition-all-05 {
  transition: all 0.5s ease;
}
.transition-all-06 {
  transition: all 0.6s ease;
}
.transition-all-07 {
  transition: all 0.7s ease;
}
.transition-all-10 {
  transition: all 1s ease;
}
.transform-scale-102 {
  transform: scale(1.02);
}
.transform-scale-105 {
  transform: scale(1.05);
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.com-size-all {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.com-size-all-img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.com-position-absolute-start {
  position: absolute;
  top: 0;
  left: 0;
}
.outline-none {
  outline: none;
}
.overflow-ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.overflow-ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.overflow-ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.overflow-ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.overflow-ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.overflow-ellipsis-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.com-text-decoration-underline {
  text-decoration: underline;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@keyframes zoomIn1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn1 {
  -webkit-animation-name: zoomIn1;
  animation-name: zoomIn1;
}
@keyframes zoomIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2;
}
@keyframes zoomIn3 {
  0% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.zoomIn3 {
  animation-name: zoomIn3;
}
@keyframes zoomIninfinite {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.com-layui-popup,
.com-lati-longi,
.com-map-info,
.anchorBL {
  display: none !important;
}
.amap-logo,
.amap-copyright {
  display: none !important;
}
.com-mobile {
  display: none !important;
}
.com-font-size-30 {
  font-size: 1.56vw;
}
.com-font-size-36 {
  font-size: 1.872vw;
}
.com-font-size-44 {
  font-size: 2.288vw;
}
.com-font-size-72 {
  font-size: 3.744vw;
}
.com-font-size-300 {
  font-size: 15.6vw;
}
.com-richtext-16 {
  font-size: 16px;
  line-height: 32px;
}
.com-richtext-18 {
  font-size: 18px;
  line-height: 36px;
}
.com-margin-top-10 {
  margin-top: 0.52vw;
}
.com-margin-top-20 {
  margin-top: 1.04vw;
}
.com-margin-top-30 {
  margin-top: 1.56vw;
}
.com-margin-top-40 {
  margin-top: 2.08vw;
}
.com-margin-top-50 {
  margin-top: 2.6vw;
}
.com-margin-top-80 {
  margin-top: 4.16vw;
}
.com-margin-top-150 {
  margin-top: 7.8vw;
}
.com-padding-top-30 {
  padding-top: 1.56vw;
}
.com-padding-top-80 {
  padding-top: 4.16vw;
}
.com-padding-bottom-30 {
  padding-bottom: 1.56vw;
}
.com-padding-bottom-50 {
  padding-bottom: 2.6vw;
}
.com-padding-bottom-80 {
  padding-bottom: 4.16vw;
}
.com-padding-bottom-100 {
  padding-bottom: 5.2vw;
}
.com-padding-bottom-120 {
  padding-bottom: 6.24vw;
}
.com-padding-bottom-200 {
  padding-bottom: 10.4vw;
}
.com-cont-1200 {
  width: 1200px;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1440 {
  width: calc(1440 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1660 {
  width: calc(1660 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-banner1 {
  height: 41.6vw;
}
.com-menu-navigation1 {
  transform: translateY(-50%);
  position: relative;
  z-index: 5;
}
.com-menu-navigation1 .com-cont {
  background: #FFFFFF;
}
.com-menu-navigation1 .swiper1 .slide1 {
  width: auto;
  padding: 1.768vw 0;
  margin: 0 4.16vw;
  font-size: 18px;
  color: #333333;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.com-menu-navigation1 .swiper1 .slide1:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30%;
  top: 50%;
  transform: translateY(-50%);
  background: #ccdec2;
  right: -4.16vw;
}
.com-menu-navigation1 .swiper1 .slide1.active,
.com-menu-navigation1 .swiper1 .slide1:hover {
  border-bottom-color: #118154;
  color: #118154;
}
.com-menu-navigation1 .swiper1 .slide1:last-of-type:before {
  opacity: 0;
}
.com-more1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfcee0;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
}
.com-more1 b {
  display: none;
}
.com-more1.border {
  border: 1px solid #bfcee0;
  width: 170px;
  justify-content: space-between;
  padding: 0 20px;
}
.com-more1.border b {
  display: block;
}
.com-more1:hover,
.com-more1.active {
  width: 170px;
  background: #118154;
  border: 1px solid #118154;
  justify-content: space-between;
  padding: 0 20px;
}
.com-more1:hover *,
.com-more1.active * {
  color: #FFFFFF !important;
}
.com-more1:hover b,
.com-more1.active b {
  display: block;
  animation: fadeIn 0.3s ease both;
}
.com-dn-upper1 {
  margin: -2.08vw 0 0;
  color: #dae1e8;
  font-family: 'Arial';
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  line-height: 0.75;
  opacity: 0.3;
}
.com-header {
  padding: 1.872vw 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 101;
  transition: all 0.3s ease;
}
.com-header.active,
.diff-header .com-header {
  background: #FFFFFF;
  padding: 1.04vw 0;
  box-shadow: 1px 1px 0.52vw rgba(0, 0, 0, 0.1);
}
.com-header.active *,
.diff-header .com-header * {
  color: #333333;
}
.com-header * {
  color: #FFFFFF;
}
.com-header .com-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-header .dn-logo .dp-img1 {
  height: 3.64vw;
}
.com-header .dn-right {
  display: flex;
  align-items: center;
}
.com-header .dn-menu .swiper1 .slide1 {
  width: auto;
  margin: 0 2.08vw;
}
.com-header .dn-menu .swiper1 .slide1 .dn-top .dn-a1 {
  font-size: 16px;
}
.com-header .dn-menu .swiper1 .slide1 .dn-top .dn-a1:hover,
.com-header .dn-menu .swiper1 .slide1 .dn-top .dn-a1.active {
  color: #FF5C00;
}
.com-header .dn-mall {
  background: linear-gradient(to right, #fc7411, #e05105);
  font-size: 16px;
  color: #FFFFFF !important;
  padding: 5px 10px;
  border-radius: 3px;
}
.com-header .dn-search,
.com-header .dn-menu-operate {
  cursor: pointer;
  margin: 0 0 0 1.352vw;
}
.com-header .dn-search .iconfont,
.com-header .dn-menu-operate .iconfont {
  font-size: 26px;
}
.com-header .dn-menu-operate {
  display: none;
}
.diff-header .com-main {
  padding: calc(70 * 0.052vw + 36 * 0.052vw + 36 * 0.052vw) 0 0;
}
.ax-dialog-wrapper .com-header-cont {
  /*
    .dn-logo {
      .dp-img1 {
        .width-100;
      }
    }

     */
  /*
        .dn-right {
          .dn-menu {

          }

          .dn-mall, .dn-search, .dn-menu-operate {
            .display-none;
          }
        }

     */
}
.ax-dialog-wrapper .com-header-cont .wrapper1 {
  flex-wrap: wrap;
}
.ax-dialog-wrapper .com-header-cont .slide1 {
  margin: 2.66vw 0;
}
.ax-dialog-wrapper .com-header-cont .slide1 .dn-top .dn-a1 {
  font-size: 5.32vw;
  padding: 0 5.32vw;
  display: flex;
}
.ax-dialog-wrapper .com-header-cont .slide1 .dn-top .dn-a1.active {
  color: #118154;
}
.com-footer {
  background: linear-gradient(to right, #078c6c, #185eaa);
}
.com-footer * {
  color: #FFFFFF;
}
.com-footer .com-cont {
  display: flex;
  justify-content: space-between;
}
.com-footer .dn-upper {
  padding: 3.64vw 0 3.64vw;
}
.com-footer .dn-upper .dn-left .dn-logo {
  filter: grayscale(100%) brightness(1000%);
}
.com-footer .dn-upper .dn-left .dn-logo .dp-img1 {
  height: 3.64vw;
}
.com-footer .dn-upper .dn-left .dp-phone1 {
  font-style: italic;
}
.com-footer .dn-upper .dn-left .dp-p1 {
  opacity: 0.6;
}
.com-footer .dn-upper .dn-left .ax-menu {
  position: relative;
  z-index: 5;
}
.com-footer .dn-upper .dn-left .ax-menu * {
  color: #333333;
}
.com-footer .dn-upper .dn-left .ax-menu > li a {
  background: #FFFFFF;
  width: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.com-footer .dn-upper .dn-left .dn-follow .swiper1 .slide1 {
  width: auto;
  opacity: 0.6;
  margin: 0 0.832vw 0 0;
}
.com-footer .dn-upper .dn-left .dn-follow .swiper1 .slide1:hover {
  opacity: 1;
}
.com-footer .dn-upper .dn-left .dn-follow .swiper1 .slide1 .iconfont {
  font-size: 30px;
}
.com-footer .dn-upper .dn-menu .swiper1 .slide1 {
  width: auto;
  margin: 0 0 0 6.76vw;
}
.com-footer .dn-upper .dn-menu .swiper1 .slide1 .dn-top {
  font-size: 20px;
}
.com-footer .dn-upper .dn-menu .swiper1 .slide1 .dn-bot {
  line-height: 34px;
  display: flex;
  flex-direction: column;
  margin: 1.04vw 0 0;
}
.com-footer .dn-upper .dn-menu .swiper1 .slide1 .dn-bot .dn-a1 {
  transition: all 0.3s ease;
}
.com-footer .dn-upper .dn-menu .swiper1 .slide1 .dn-bot .dn-a1:hover {
  transform: translateY(-3px);
}
.com-footer .dn-lower {
  padding: 1.872vw 0 2.6vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.com-footer .dn-lower .dn-left .swiper1 .slide1 {
  width: auto;
  margin: 0 1.04vw 0 0;
}
.index-banner {
  height: 100vh;
}
.index-banner .swiper-pagination {
  bottom: 1.56vw;
  left: 50%;
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 0.416vw 1.56vw;
  border-radius: 2px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0 0.312vw;
  opacity: 1;
  color: #FFFFFF;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  color: #118154;
}
.index-about .dn-lower {
  display: flex;
  align-items: center;
  padding: 0 10.4vw;
}
.index-about .dn-lower .dn-picture {
  width: 29.12vw;
  height: 21.32vw;
  position: relative;
}
.index-about .dn-lower .dn-picture:before {
  content: '';
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  position: absolute;
  top: -2.08vw;
  right: -2.08vw;
  background: #118154;
}
.index-about .dn-lower .dn-word {
  flex: 1;
  padding: 0 0 0 6.24vw;
}
.index-about .dn-lower .dn-word .dp-title1 {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.index-about .dn-lower .dn-word .dp-title1 .dp-p1 {
  position: absolute;
  bottom: 0;
  left: -15.6vw;
  line-height: 0.7;
  font-family: 'Arial';
  font-weight: 600;
  background: linear-gradient(to right, #3fbe5d, #21b1a1);
  -webkit-background-clip: text;
  color: transparent;
}
.index-about .dn-lower .dn-word .dp-title1 .dp-p2 {
  color: #21b1a1;
  line-height: 0.8;
}
.index-about .dn-lower .dn-word .dp-title1 .dp-line1 {
  flex: 1;
  height: 1px;
  background: #bfcee0;
  margin: 0 1.04vw 0 1.248vw;
}
.index-about .dn-lower .dn-word .dp-title1 .dp-p3 {
  color: #3fbe5d;
  text-transform: uppercase;
}
.index-about .dn-lower .dn-word .dp-intr1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-product .dn-lower .swiper1 {
  padding: 0 0 calc(3px + 46 * 0.052vw);
}
.index-product .dn-lower .swiper1 .slide1 {
  width: calc(100% / 4 - 2%);
  margin: 0 calc(2% / 2);
}
.index-product .dn-lower .swiper1 .slide1 .dn-picture {
  height: 15.6vw;
}
.index-product .dn-lower .swiper1 .slide1 .dn-word {
  padding: 1.04vw 0 0;
}
.index-product .dn-lower .swiper1 .slide1 .dn-word .dp-a1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.728vw 0 0;
  padding: 0.728vw 0 0;
  border-top: 1px solid #ccdec2;
}
.index-product .dn-lower .swiper1 .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .dn-lower .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: inherit;
}
.index-product .dn-lower .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background: #118154;
}
.index-news .dn-lower .swiper1 {
  padding: 0 0 calc(3px + 46 * 0.052vw);
}
.index-news .dn-lower .swiper1 .slide1 {
  width: calc(100% / 3 - 6%);
  margin: 0 calc(6% / 2);
  background: #FFFFFF;
  padding: 1.872vw;
}
.index-news .dn-lower .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.index-news .dn-lower .swiper1 .slide1:hover .dn-word * {
  color: #118154;
}
.index-news .dn-lower .swiper1 .slide1:hover .dn-word .dp-title1 {
  color: #118154;
}
.index-news .dn-lower .swiper1 .slide1 .dn-picture {
  height: 12.272vw;
  overflow: hidden;
}
.index-news .dn-lower .swiper1 .slide1 .dp-line1 {
  height: 1px;
  width: calc(100% + 36 * 0.052vw * 2);
  background: #bfcee0;
  margin: 1.872vw 0 1.872vw -1.872vw;
  position: relative;
}
.index-news .dn-lower .swiper1 .slide1 .dp-line1:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #118154;
}
.index-news .dn-lower .swiper1 .slide1 .dn-word .dp-time1 {
  color: #118154;
}
.index-news .dn-lower .swiper1 .slide1 .dn-word .dp-title1 {
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 1.56vw 0 1.04vw;
}
.index-news .dn-lower .swiper1 .slide1 .dn-word .dp-intr1 {
  line-height: 24px;
  margin: 0 0 1.56vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .dn-lower .swiper1 .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-news .dn-lower .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: inherit;
}
.index-news .dn-lower .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background: #118154;
}
.com-about-imagerext1 .dn-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-about-imagerext1 .dn-upper .dn-word {
  width: calc(610 / 1440 * 100%);
}
.com-about-imagerext1 .dn-upper .dn-picture {
  width: calc(740 / 1440 * 100%);
  height: 26.52vw;
}
.about-responsibility .dn-lower .swiper1 {
  padding: 0 0 calc(30 * 0.052vw + 5px);
}
.about-responsibility .dn-lower .swiper1 .slide1 {
  width: calc(100% / 3 - 2%);
  margin: 0 calc(2% / 2);
  text-align: center;
}
.about-responsibility .dn-lower .swiper1 .slide1 .dn-picture {
  height: 15.08vw;
  margin: 0 0 1.04vw;
}
.about-responsibility .dn-lower .swiper1 .swiper-scrollbar {
  bottom: 0;
}
.about-responsibility .dn-lower .swiper1 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #118154;
}
.about-demonstration .dn-lower .swiper1 .slide1 {
  width: calc(100% / 4 - 1%);
  margin: 0 calc(1% / 2);
  text-align: center;
}
.about-demonstration .dn-lower .swiper1 .slide1:nth-of-type(1) {
  width: calc(100% / 4 * 2 - 1%);
}
.about-demonstration .dn-lower .swiper1 .slide1 .dn-picture {
  height: 24.44vw;
  margin: 0 0 1.04vw;
}
.about-contact {
  height: 670px;
  position: relative;
}
.about-contact .ax-cont {
  position: absolute;
  top: 4.16vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: linear-gradient(to right, #078c6c, #185eaa);
  color: #FFFFFF;
  padding: 2.08vw 2.6vw;
}
.about-contact .ax-cont .swiper1 .slide1 {
  width: 50%;
  margin: 1.56vw 0 0;
}
.about-contact .ax-cont .swiper1 .slide1.slide1-100 {
  width: 100%;
}
.about-contact .ax-cont .swiper1 .slide1 .dp-p1 {
  font-size: 18px;
  margin: 0 0 0.52vw;
}
.about-contact .ax-cont .swiper1 .slide1 .dp-p2 {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.about-contact .ax-cont .swiper1 .slide1 .dp-p2 .iconfont {
  font-size: 30px;
  margin: 0 0.52vw 0 0;
}
.product .dn-upper .dp-title1 b {
  color: red;
}
.product .dn-center .ax-grid li {
  height: 15.912vw;
  position: relative;
}
.product .dn-center .ax-grid li .dp-title1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #333333;
  padding: 0.832vw;
  transition: all 0.3s ease;
}
.product .dn-center .ax-grid li:hover .dp-title1 {
  background: linear-gradient(to right, #078c6c, #185eaa);
  color: #FFFFFF;
}
.product-detail .dn-upper {
  display: flex;
}
.product-detail .dn-upper .dn-left {
  width: 480px;
  height: 480px;
}
.product-detail .dn-upper .dn-right {
  flex: 1;
  padding: 0 0 0 36px;
}
.product-detail .dn-upper .dn-right .dn-mid {
  border-top: 1px solid #bfcee0;
  margin: 15px 0 0;
  padding: 10px 0;
}
.product-detail .dn-upper .dn-right .dn-mid .swiper1 .slide1 {
  margin: 6px 0;
  display: flex;
  align-items: center;
}
.product-detail .dn-upper .dn-right .dn-mid .swiper1 .slide1 .dp-zuo {
  color: #000000;
}
.product-detail .dn-upper .dn-right .dn-mid .swiper1 .slide1 .dp-you {
  flex: 1;
  padding: 0 0 0 10px;
}
.product-detail .dn-upper .dn-right .dn-bot {
  border-top: 1px solid #bfcee0;
}
.product-detail .dn-upper .dn-right .dn-bot .dp-intr1 {
  margin: 20px 0 0;
}
.product-detail .dn-upper .dn-right .dn-bot .dp-intr1 i {
  color: #333333;
  font-weight: 600;
}
.product-detail .dn-upper .dn-right .dn-bot .dp-intr1 b {
  color: #3fbe5d;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-parameter {
  display: flex;
  align-items: center;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-parameter .dp-zuo {
  color: #333333;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-parameter .dp-you {
  flex: 1;
  padding: 0 0 0 10px;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-parameter .dp-you .swiper1 .slide1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  height: auto;
  border-bottom: 1px solid #bfcee0;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-parameter .dp-you .swiper1 .slide1 .dp-title1 b {
  color: red;
  margin: 0 0 0 36px;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-total {
  background: #f2f5f7;
  padding: 14px;
  color: #333333;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-total b {
  color: red;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-operation {
  display: flex;
  align-items: center;
}
.product-detail .dn-upper .dn-right .dn-bot .dn-operation .ax-btn {
  background: red;
  color: #FFFFFF;
  padding: 0 5rem;
}
.product-detail .dn-lower {
  border: 1px solid #ccdec2;
}
.product-detail .dn-lower .dn-top {
  border-bottom: 1px solid #ccdec2;
  background: #f9f9f9;
  padding: 10px 20px;
}
.product-detail .dn-lower .dn-bot {
  padding: 50px 90px;
}
.product-detail .dn-lower .layui-form .table1 {
  width: 100%;
}
.product-detail .dn-lower .layui-form .table1 tr td {
  padding: 8px 0;
}
.product-detail .dn-lower .layui-form .table1 tr td .layui-input {
  width: 430px;
  margin: 0 10px 0 0;
}
.product-detail .dn-lower .layui-form .table1 tr td .layui-btn {
  height: auto;
  line-height: inherit;
  background: #3fbe5d;
  padding: 10px 50px;
  font-size: 16px;
}
.product-detail .dn-lower .layui-form .table1 tr .td1 {
  width: 100px;
  padding-right: 16px;
  text-align: right;
  color: #333333;
}
.product-detail .dn-lower .layui-form .table1 tr .td1 b {
  color: #3fbe5d;
}
.news .dn-upper .swiper1 .slide1 {
  display: flex;
  padding: 1.248vw 0;
}
.news .dn-upper .swiper1 .slide1 .dn-time {
  padding: 0 2.6vw;
  text-align: center;
  font-family: 'Arial';
  color: #000000;
}
.news .dn-upper .swiper1 .slide1 .dn-time .dp-p1 {
  font-weight: 600;
}
.news .dn-upper .swiper1 .slide1 .dn-picture {
  width: 360px;
  height: 230px;
}
.news .dn-upper .swiper1 .slide1 .dn-word {
  flex: 1;
  padding: 0 0 0 2.288vw;
}
.news .dn-upper .swiper1 .slide1 .dn-word .dp-title1 {
  color: #000000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .dn-upper .swiper1 .slide1 .dn-word .dp-intr1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1.04vw 0 2.912vw;
}
.news .dn-upper .swiper1 .slide1 .dn-word .dp-a1 {
  display: flex;
  align-items: center;
}
.news .dn-upper .swiper1 .slide1 .dn-word .dp-a1 .iconfont {
  font-size: 20px;
  margin: 0 0 0 0.52vw;
}
.news-detail .com-cont {
  padding: 0 5.2vw;
}
.news-detail .dn-lower {
  display: flex;
  justify-content: flex-end;
}
.news-detail .dn-lower .dp-a1 {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000000;
}
.news-detail .dn-lower .dp-a1 .iconfont {
  font-size: 20px;
  margin: 0 0 0 0.52vw;
}
.recruit .dn-upper .swiper1 .slide1 {
  display: flex;
  padding: 1.56vw;
  margin: 0.26vw 0;
  background: #f9f9f9;
}
.recruit .dn-upper .swiper1 .slide1 .dn-time {
  padding: 0 3.952vw 0 0;
  text-align: center;
  font-family: 'Arial';
  color: #000000;
}
.recruit .dn-upper .swiper1 .slide1 .dn-time .dp-p1 {
  font-weight: 600;
}
.recruit .dn-upper .swiper1 .slide1 .dn-word {
  flex: 1;
}
.recruit .dn-upper .swiper1 .slide1 .dn-word .dp-title1 {
  color: #000000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.recruit .dn-upper .swiper1 .slide1 .dn-word .dp-a1 {
  display: flex;
  align-items: center;
  margin: 1.04vw 0 0;
}
.recruit .dn-upper .swiper1 .slide1 .dn-word .dp-a1 .iconfont {
  font-size: 20px;
  margin: 0 0 0 0.52vw;
}
.join .dn-upper .ax-accordion .ax-item {
  background: #f9f9f9;
  margin: 0 0 2px;
}
.join .dn-upper .ax-accordion .ax-item.ax-show {
  background: transparent;
}
.join .dn-upper .ax-accordion .ax-item:nth-of-type(1) {
  background: linear-gradient(to right, #118153, #06508a);
  color: #FFFFFF;
  pointer-events: none;
  font-size: 16px;
}
.join .dn-upper .ax-accordion .ax-item .ax-panel-header {
  padding: 0.832vw 0;
}
.join .dn-upper .ax-accordion .ax-item .ax-panel-header .ax-flex-row {
  text-align: center;
}
.join .dn-upper .ax-accordion .ax-item .ax-panel-body .ax-upper {
  padding: 1.56vw 5.2vw 1.248vw;
}
.join .dn-upper .ax-accordion .ax-item .ax-panel-body .ax-upper .ax-flex-row .ax-flex-block-1 {
  padding: 0 5.2vw 0 0;
}
.join .dn-upper .ax-accordion .ax-item .ax-panel-body .ax-upper .ax-flex-row .ax-flex-block-1 .dp-title1 {
  color: #000000;
  font-weight: 600;
  margin: 0 0 0.624vw;
}
.join .dn-upper .ax-accordion .ax-item .ax-panel-body .ax-lower {
  padding: 0 5.2vw;
}
.join .dn-upper .ax-accordion .ax-item .ax-panel-body .ax-lower .ax-lower-cont {
  padding: 0.52vw 0 1.248vw;
}
.staff .dn-upper .ax-grid li {
  height: 15.6vw;
}
